home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 4800
- ClientLeft = 1470
- ClientTop = 2205
- ClientWidth = 6000
- Height = 5265
- Left = 1410
- LinkTopic = "Form1"
- ScaleHeight = 4800
- ScaleWidth = 6000
- Top = 1800
- Width = 6120
- Begin VB.Data Data2
- Caption = "Data2"
- Connect = "Access"
- DatabaseName = "..\toprock.mdb"
- Exclusive = 0 'False
- Height = 300
- Left = 240
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "Product Codes"
- Top = 4320
- Width = 5535
- End
- Begin VB.Data Data1
- Caption = "Data1"
- Connect = "Access"
- DatabaseName = "..\toprock.mdb"
- Exclusive = 0 'False
- Height = 300
- Left = 240
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "Products"
- Top = 3840
- Width = 5535
- End
- Begin DataList.GTCombo GTCombo1
- Bindings = "form1.frx":0000
- DataField = "ProductCode"
- DataSource = "Data1"
- Height = 315
- Left = 270
- TabIndex = 0
- Top = 390
- Width = 3045
- _Version = 65536
- DefColCaptionBorderStyle= 3
- GridLineType = 0
- DataFieldList = "Code"
- DataFieldDisplay= "Description"
- BeginProperty DefColCaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty DefFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty ScrollTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty ExtendTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- LImgs.Count = 1
- _ExtentX = 5371
- _ExtentY = 556
- _StockProps = 93
- BackColor = 16777215
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
-